| 1. | The following are the bit shift operators defined in visual basic 以下是visual basic中定义的移位运算符。 |
| 2. | Arithmetic bit shift 算术移位( |
| 3. | Bit shift operators >移位运算符 |
| 4. | Detail specification for electronic component . semiconductor integrated circuit . type ch2022 4 - bit shift register 电子元器件详细规范.半导体集成电路ch2022型4位移位寄存器 |
| 5. | Detail specification for electronic component . semiconductor integrated circuit - cc4014 cmos 8 - bit shift register 电子元器件详细规范.半导体集成电路cc4014型cmos8位移位寄存器 |
| 6. | Arithmetic shifts are not circular , which means the bits shifted off one end of the result are not reintroduced at the other end 算术移位不是循环的,即不会将从结果的一端移出的位从另一端重新移入。 |
| 7. | In an arithmetic left shift , the bits shifted beyond the range of the result data type are discarded , and the bit positions vacated on the right are set to zero 在数学左移位运算中,丢弃移出结果数据类型范围的数位,而将右端空出的数位位置设置为零。 |
| 8. | In an arithmetic right shift , the bits shifted beyond the rightmost bit position are discarded , and the leftmost bit is propagated into the bit positions vacated at the left 在算术右移位运算中,将丢弃移出最右侧数位位置的数位,并将最左侧的数位传播到左端空出的数位位置。 |
| 9. | In an arithmetic right shift , the bits shifted beyond the rightmost bit position are discarded , and the leftmost sign bit is propagated into the bit positions vacated at the left 在数学右移位运算中,将丢弃移出最右侧数位位置的数位,并将最左侧的(符号)数位传播到左端空出的数位位置。 |